home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 60 / IOPROG_60.ISO / soft / c++ / gsl-1.1.1-setup.exe / {app} / src / fft / signals.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-02-18  |  533 b   |  27 lines

  1. #include <config.h>
  2. #include <math.h>
  3. #include <stdlib.h>
  4. #include <gsl/gsl_math.h>
  5. #include <gsl/gsl_complex.h>
  6. #include <gsl/gsl_errno.h>
  7.  
  8. #include <gsl/gsl_dft_complex.h>
  9. #include <gsl/gsl_dft_complex_float.h>
  10.  
  11. #include "complex_internal.h"
  12.  
  13. #include "urand.c"
  14.  
  15. #define BASE_DOUBLE
  16. #include "templates_on.h"
  17. #include "signals_source.c"
  18. #include "templates_off.h"
  19. #undef  BASE_DOUBLE
  20.  
  21. #define BASE_FLOAT
  22. #include "templates_on.h"
  23. #include "signals_source.c"
  24. #include "templates_off.h"
  25. #undef  BASE_FLOAT
  26.  
  27.